Finds all series that match the specified search criteria.
public ControllerReturnCode FindSeries(
string patientId,
string studyInstanceUid,
List<SeriesInfo> series
)
patientId
The patient's ID for which to search.
studyInstanceUid
The UID for the Study Instance.
series
List of SeriesInfo objects that will be updated with the results of the search.
A ControllerReturnCode value indicating the results of the search.